ARM: tegra: combine duplicate Makefile rules
authorStephen Warren <[email protected]>
Tue, 16 Oct 2012 11:50:07 +0000 (11:50 +0000)
committerTom Warren <[email protected]>
Mon, 29 Oct 2012 16:07:06 +0000 (09:07 -0700)
commite4ec9346735fdccce4d9b75a5896affe224a38be
tree50853be7d9d2a1d480b5a472ee4c13eee885009f
parentee2e185f62d7b9962fa295acbb55688fbace4ad4
ARM: tegra: combine duplicate Makefile rules

The rules to generate u-boot-{no,}dtb-tegra.bin were almost identical.
Combine them into a single paremeterized rule. This will allow the next
patch to edit a single rule, rather than being cut/paste twice.

Signed-off-by: Stephen Warren <[email protected]>
Acked-by: Simon Glass <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
Makefile